object Form1: TForm1 Left = 255 Top = 139 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'KartingRace Configuration' ClientHeight = 443 ClientWidth = 483 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = False Position = poDesktopCenter ShowHint = True OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object GroupBox3: TGroupBox Left = 328 Top = 168 Width = 145 Height = 97 Caption = 'Gamma:' TabOrder = 2 object gamma: TTrackBar Left = 8 Top = 24 Width = 129 Height = 25 Hint = 'Gamma correction' Max = 100 Orientation = trHorizontal Frequency = 10 Position = 0 SelEnd = 0 SelStart = 0 TabOrder = 0 ThumbLength = 15 TickMarks = tmBottomRight TickStyle = tsAuto end end object GroupBox1: TGroupBox Left = 8 Top = 8 Width = 145 Height = 113 Caption = 'Resolution:' TabOrder = 0 object resolution: TComboBox Left = 16 Top = 24 Width = 113 Height = 21 Hint = 'Screenresolution (width x height)' ItemHeight = 13 ItemIndex = 0 TabOrder = 0 Text = '640x480' Items.Strings = ( '640x480' '800x600' '1024x768' '1152x864' '1280x960' '1600x1200') end object depth_16bit: TRadioButton Left = 16 Top = 56 Width = 105 Height = 17 Hint = '16bit screendepth' Caption = '16bit' Enabled = False TabOrder = 1 end object depth_32bit: TRadioButton Left = 16 Top = 80 Width = 105 Height = 17 Hint = '32bit screendepth' Caption = '32bit' TabOrder = 2 end end object GroupBox2: TGroupBox Left = 168 Top = 8 Width = 145 Height = 113 Caption = 'Detail:' TabOrder = 1 object detail_low: TRadioButton Left = 16 Top = 24 Width = 105 Height = 17 Hint = 'Low detail' Caption = 'Low' TabOrder = 0 end object detail_medium: TRadioButton Left = 16 Top = 48 Width = 105 Height = 17 Hint = 'Medium detail' Caption = 'Medium' TabOrder = 1 end object detail_high: TRadioButton Left = 16 Top = 72 Width = 105 Height = 17 Hint = 'High detail' Caption = 'High' TabOrder = 2 end end object GroupBox4: TGroupBox Left = 168 Top = 136 Width = 145 Height = 153 Caption = 'Shadows:' TabOrder = 3 object shadows_off: TRadioButton Left = 16 Top = 24 Width = 113 Height = 17 Hint = 'Shadows off' Caption = 'Off' TabOrder = 0 end object shadows_mapped: TRadioButton Left = 16 Top = 48 Width = 113 Height = 17 Hint = 'Mapped textures' Caption = 'Mapped' TabOrder = 1 end object shadows_projected: TRadioButton Left = 16 Top = 72 Width = 113 Height = 17 Hint = 'Projected textures' Caption = 'Projected' TabOrder = 2 end object shadows_dynamicprojected: TRadioButton Left = 16 Top = 96 Width = 113 Height = 17 Hint = 'Dynamic projected textures' Caption = 'Dynamic Projected' TabOrder = 3 end object shadows_track: TCheckBox Left = 16 Top = 120 Width = 97 Height = 17 Hint = 'Track barrier casts shadows' Caption = 'Track' Checked = True State = cbChecked TabOrder = 4 end end object GroupBox5: TGroupBox Left = 328 Top = 8 Width = 145 Height = 145 Caption = 'Audio:' TabOrder = 4 object sound_effects: TCheckBox Left = 8 Top = 24 Width = 97 Height = 17 Hint = 'Sound effects' Caption = 'Effects' Checked = True State = cbChecked TabOrder = 0 OnClick = sound_effectsClick end object sound_music: TCheckBox Left = 8 Top = 80 Width = 97 Height = 17 Hint = 'Music' Caption = 'Music' Checked = True State = cbChecked TabOrder = 1 OnClick = sound_musicClick end object sound_effectsvolume: TTrackBar Left = 8 Top = 48 Width = 129 Height = 25 Hint = 'Sound effects volume' Max = 100 Orientation = trHorizontal Frequency = 10 Position = 0 SelEnd = 0 SelStart = 0 TabOrder = 2 ThumbLength = 15 TickMarks = tmBottomRight TickStyle = tsAuto end object sound_musicvolume: TTrackBar Left = 8 Top = 104 Width = 129 Height = 25 Hint = 'Music volume' Max = 100 Orientation = trHorizontal Frequency = 10 Position = 0 SelEnd = 0 SelStart = 0 TabOrder = 3 ThumbLength = 15 TickMarks = tmBottomRight TickStyle = tsAuto end end object GroupBox6: TGroupBox Left = 8 Top = 136 Width = 145 Height = 129 Caption = 'View Distance:' TabOrder = 5 object viewdistance_near: TRadioButton Left = 16 Top = 24 Width = 113 Height = 17 Hint = 'Near viewdistance' Caption = 'Near' TabOrder = 0 end object viewdistance_medium: TRadioButton Left = 16 Top = 48 Width = 113 Height = 17 Hint = 'Medium viewdistance' Caption = 'Medium' TabOrder = 1 end object viewdistance_far: TRadioButton Left = 16 Top = 72 Width = 113 Height = 17 Hint = 'Far viewdistance' Caption = 'Far' TabOrder = 2 end object viewdistance_full: TRadioButton Left = 16 Top = 96 Width = 113 Height = 17 Hint = 'Full viewdistance' Caption = 'Full' TabOrder = 3 end end object ok: TButton Left = 240 Top = 408 Width = 75 Height = 25 Hint = 'Save & Exit' Caption = '&OK' Default = True TabOrder = 6 OnClick = okClick end object about: TButton Left = 168 Top = 408 Width = 65 Height = 25 Caption = '&About' TabOrder = 7 OnClick = aboutClick end object GroupBox7: TGroupBox Left = 8 Top = 280 Width = 145 Height = 153 Caption = 'Controls:' TabOrder = 8 object mouse_sensitivity: TTrackBar Left = 8 Top = 120 Width = 129 Height = 25 Hint = 'Mouse sensitivty' Max = 8 Min = 1 Orientation = trHorizontal Frequency = 1 Position = 1 SelEnd = 0 SelStart = 0 TabOrder = 0 ThumbLength = 15 TickMarks = tmBottomRight TickStyle = tsAuto end object StaticText1: TStaticText Left = 16 Top = 97 Width = 54 Height = 17 Caption = 'Sensitivity:' TabOrder = 1 end object mouse_steering: TRadioButton Left = 16 Top = 72 Width = 113 Height = 17 Hint = 'Mouse controls (steering), combined with keyboard' Caption = 'Mouse' TabOrder = 2 OnClick = mouse_steeringClick end object joystick_steering: TRadioButton Left = 16 Top = 24 Width = 113 Height = 17 Hint = 'Joystick controls' Caption = 'Joystick' TabOrder = 3 OnClick = joystick_steeringClick end object keyboard_steering: TRadioButton Left = 16 Top = 48 Width = 113 Height = 17 Hint = 'Keyboard controls' Caption = 'Keyboard' Checked = True TabOrder = 4 TabStop = True OnClick = keyboard_steeringClick end end object GroupBox8: TGroupBox Left = 168 Top = 296 Width = 145 Height = 97 Caption = 'Effects:' TabOrder = 9 object lensflare: TCheckBox Left = 16 Top = 24 Width = 97 Height = 17 Hint = 'Sun lensflare' Caption = 'Lensflare' Checked = True State = cbChecked TabOrder = 0 end object skidmarks: TCheckBox Left = 16 Top = 56 Width = 97 Height = 17 Hint = 'Skidmarks from gokarts' Caption = 'Skidmarks' TabOrder = 1 end end object GroupBox9: TGroupBox Left = 328 Top = 280 Width = 145 Height = 153 Caption = 'Presets:' TabOrder = 10 object low: TButton Left = 32 Top = 24 Width = 75 Height = 25 Hint = 'Low settings' Caption = 'Low' TabOrder = 0 OnClick = lowClick end object medium: TButton Left = 32 Top = 64 Width = 75 Height = 25 Hint = 'Medium settings' Caption = 'Medium' TabOrder = 1 OnClick = mediumClick end object high: TButton Left = 32 Top = 104 Width = 75 Height = 25 Hint = 'High settings' Caption = 'High' TabOrder = 2 OnClick = highClick end end end